From: Chong Yidong Date: Fri, 6 Jun 2008 20:30:54 +0000 (+0000) Subject: * replace.el (replace-search-function) X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~21192 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=742764a75fd5b34d1e03b763ada3b1bf68b14bd1;p=emacs.git * replace.el (replace-search-function) (replace-re-search-function): New vars. (perform-replace): Use them. * longlines.el (longlines-re-search-forward): New function. (longlines-mode): Bind replace-search-function and replace-re-search-function, to ensure that replacement commands treat newlines as spaces. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f4b0748c764..8ae760d0bc6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2008-06-06 Chong Yidong + + * replace.el (replace-search-function) + (replace-re-search-function): New vars. + (perform-replace): Use them. + + * longlines.el (longlines-re-search-forward): New function. + (longlines-mode): Bind replace-search-function and + replace-re-search-function, to ensure that replacement commands + treat newlines as spaces. + 2008-06-06 Stefan Monnier * help.el (function-called-at-point):